Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcImProductFunction Class / Evaluate Method / Evaluate(Object[]) Method

The args contains 1 - 255 items: inumber1, [inumber2], [inumber3], ..

Inumber1, inumber2,�� are 1 to 255 complex numbers to multiply.



In This Topic
    Evaluate(Object[]) Method
    In This Topic
    Returns the System.String product of 1 to 255 complex numbers in x + yi or x + yj text format.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Evaluate( _
       ByVal args() As Object _
    ) As Object
    'Usage
     
    Dim instance As CalcImProductFunction
    Dim args() As Object
    Dim value As Object
     
    value = instance.Evaluate(args)
    public override object Evaluate( 
       object[] args
    )

    Parameters

    args

    The args contains 1 - 255 items: inumber1, [inumber2], [inumber3], ..

    Inumber1, inumber2,�� are 1 to 255 complex numbers to multiply.

    Return Value

    A System.String value that indicates the evaluate result.
    See Also